home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / iqd2_w95.exe / iqd2_w95.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1997-10-30  |  398 b   |  15 lines

  1. on movieStart movie
  2.   global end
  3.   set the movieRate of sprite 5 to 0
  4.   if the directToStage of member movie = 0 then
  5.     set the directToStage of member movie to 1
  6.   end if
  7.   if the sound of member movie <> 1 then
  8.     set the sound of member movie to 1
  9.   end if
  10.   set end to the duration of member movie
  11.   if the movieRate of sprite 5 <> 1 then
  12.     set the movieRate of sprite 5 to 1
  13.   end if
  14. end
  15.